home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992…ugust: Hack to the Future / ADC Developer CD (1992-08) (''Hack To The Future'')_iso / Dev.CD 199208.iso / Periodicals / develop / develop 11 code / Graphical Truffles / DirectScreen.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-07-15  |  479 b   |  18 lines  |  [TEXT/MPS ]

  1. #include <OSUtils.h>
  2. #include <Windows.h>
  3. #include <QDOffscreen.h>
  4. #include <Memory.h>
  5. #include <ToolUtils.h>
  6.  
  7. void DirectPlotColorIcon(long *icl8, PixMapHandle pm, short row, short col);
  8. void DirectHorizLine(PixMapHandle screenPixMap, 
  9.                             short row, 
  10.                             short col, 
  11.                 register     short length,
  12.                 register    long  lineColor);
  13. void DirectVertLine(PixMapHandle screenPixMap, 
  14.                             short row, 
  15.                             short col, 
  16.                 register     short length,
  17.                 register    long  lineColor);
  18.